home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / wwam.zip / WIGWAM.ZIP / ACCUW.SCR next >
Text File  |  1992-12-06  |  3KB  |  100 lines

  1. ; Revised for TP/WigWam by William Lees 5/12/92
  2. ;
  3. ;       This script downloads Accu-Weather maps for offline
  4. ;   viewing with the .GIF viewer of your choice.  ACCUW.SCR
  5. ;   can be invoked by pressing <PgUp> while in Interactive
  6. ;   mode, or can be copied to the filename FRONTEND.SCR and
  7. ;   excuted by logging on with the <Alt-N> command.
  8. ;   (Revised April '91 to include interrogation responses, based on
  9. ;   research by Ben Parker 71450,2735 and Loren Jenkins 76702,1006)
  10. ;
  11. ;       Before your first use, read through the script comments
  12. ;   and customize the lines underscored by *****'s.  As supplied,
  13. ;   the Graphics Type is '1' VGA, and the maps downloaded are:
  14. ;   Current Weather, to a file named CURRENT.GIF, and Tomorrow's
  15. ;   Weather, to a file named TOMORROW.GIF.
  16. ;
  17. ;       This script is set up to work with TAPCIS version 5.4.
  18. ;   To use with TAPCIS 5.3, remove the leading semi-colon from the
  19. ;   two lines enclosed in ;++++++++'s.
  20. ;
  21. ;       The portion of the script enclosed in ;======='s can be
  22. ;   duplicated if you want to download more than two maps.
  23. ;
  24. ;                                             Loren Jenkins
  25. ;   Revised 11-Oct-92 for new menus.
  26. ;
  27. S GO USMAPS^M
  28. W MAPS
  29. ;CompuServe                 USMAPS
  30. ;+++++++++ For TAPCIS 5.3, remove the leading ';' from the next two lines
  31. W I
  32. U #IBX,PB,+539^M
  33. ;++++++++++++++++
  34. W g
  35. U #0^M
  36. W !
  37. ;Select Graphics Type
  38. ;
  39. ;Choose the selection which best fits your PC's graphics capabilities.
  40. ;
  41. ;Type of Graphics
  42. ; 1 640 x 480 x 16 colors (VGA, Macintosh II)
  43. ; 2 378 x 240 x 16 colors (EGA)
  44. ; 3 320 x 200 x  4 colors (CGA, Tandy 1000)
  45. ; 4 320 x 200 x  2 colors (Hercules, Macintosh Plus or SE)
  46. ;
  47. S 1^M
  48. ;****** Select graphics type from the list
  49. ;United States (Download mode)
  50. ; 1 Short-Term Weather Forecasts
  51. ; 2 U.S. National Weather Service Reports
  52. ; 3 Other Regions of the World
  53. ;
  54. ; 4 Radar (for 09:30 EST 11-Oct-92)
  55. ; 5 Depiction (for 09:31 EST 11-Oct-92)
  56. ; 6 CompuServe Temperatures (for 09:31 EST 11-Oct-92)
  57. ; 7 Satellite (for 09:00 EST 11-Oct-92)
  58. ; 8 Satellite - Pacific (for 22:00 EST 10-Oct-92)
  59. ; 9 Current Weather (for 12:00 EST 11-Oct-92)
  60. ;10 Tomorrow's Weather (for 12:00 EST 12-Oct-92)
  61. ;11 48-Hour Weather (for 07:00 EST 13-Oct-92)
  62. ;12 Current Temperatures (for 23:00 EST 10-Oct-92)
  63. ;13 Tonight's Lows (for 12-Oct-92)
  64. ;14 Tomorrow's Highs (for 12-Oct-92)
  65. ;15 Northeast NA (for 11-Oct-92)
  66. ;16 Southeast NA (for 11-Oct-92)
  67. ;17 North Central NA (for 11-Oct-92)
  68. ;18 South Central NA (for 11-Oct-92)
  69. ;19 Northwest NA (for 11-Oct-92)
  70. ;20 Southwest NA (for 11-Oct-92)
  71. ;
  72. ;!
  73. W !
  74. S 9^M
  75. ;****  Choose a map from the menu list (4-20)
  76. W !
  77. S 2^M
  78. W t) :
  79. ;               Delete any previous version
  80. K USCW.GIF
  81. S USCW.GIF^M
  82. ;************** Enter a file name for the downloaded map, ending with ^M
  83. W !
  84. ;----------------------------
  85. ;  The following section (enclosed in ;=======) can be repeated
  86. ;  for additional weather maps.
  87. ;=============================
  88. S 10^M
  89. ;****  Choose a map from the menu list (4-20)
  90. W t) :
  91. ;               Delete any previous version
  92. K USCW.GIF
  93. S USCW.GIF^M
  94. ;************** Enter a file name for the downloaded map, ending with ^M
  95. W !
  96. ;=============================
  97. S ^M
  98. W !
  99. ;   End of script, leaving TAPCIS at a navigation prompt
  100.